@font-face {
    font-family: 'iconfont';

    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype'),
        url('../font/iconfont.svg#iconfont') format('svg');
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 iconfont;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
    content: "\e63e";
}

.fa-link:before {
    content: "\e608";
}
.fa-angle-up:before {
    content: '\e602';
    font-size: 20px;
}
.fa-clock::before {
    content: '\e660';
}
.fa-phone-alt::before {
    content: '\e641';
}
.fa-tel::before {
    content: '\e69f';
    font-size: 18px;
}
.muzex-icon-search::before {
    content: '\e606';
    font-family: iconfont;
}
.muzex-icon-menu::before {
    content: '\e603';
    font-family: iconfont;
}
.icon-search::before {
    content: '\e606';
}
.jcarousel-prev::before {
	font-family: iconfont;
	content: '\e685';
}
.jcarousel-next::before {
	font-family: iconfont;
	content: '\e686';
}